Skip to content

Comments

Bump iminuit from 2.11.2 to 2.12.0#53

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/iminuit-2.12.0
Closed

Bump iminuit from 2.11.2 to 2.12.0#53
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/iminuit-2.12.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps iminuit from 2.11.2 to 2.12.0.

Release notes

Sourced from iminuit's releases.

v2.12.0

Link to changelog

Changelog

Sourced from iminuit's changelog.

2.12.0 (June 21, 2022)

New features

- New cost function ``cost.BarlowBeestonLite`` for template fits with correct uncertainty propagation for templates obtained from simulation or sWeighted data, written together with @AhmedAbdelmotteleb
- Formerly private chi2 utility cost functions (``cost.poisson_chi2``, etc.), are now part of public API
- Support custom grid in ``Minuit.profile``, ``iminuit.mncontour``, ``iminuit.contour``
- Handle common CL values in ``Minuit.mnprofile`` and ``Minuit.mncontour`` without scipy

Fixes

- Skip tests that use ``np.float128`` on platforms where this type is not supported
- ``Minuit.valid`` now returns ``False`` if EDM is NaN
- ``subtract_min`` setting is no longer ignored by ``Minuit.draw_contour``

Documentation
</code></pre>
<ul>
<li>New study about template fits</li>
</ul>
<p>Other</p>
<pre><code>- Minuit no longer warns when a function is used that has no errordef
attribute and Minuit.errordef is not explicitly set. The function is
assumed to be chi-square-like up to an arbitrary constant, unless errordef
is explicitly set to something else.

  • More type correctness in API, better hiding of private objects in library
  • Option to use external pybind11, by @henryiii
  • Update to pybind11-v2.9.2, by @henryiii
  • Update to root-v6-25-02 plus our patches
  • Several minor cleanups and internal tool updates, by @henryiii
    </code></pre>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/scikit-hep/iminuit/commit/9f0cbcfee19fd9737428794a5d4798a1e77b1d0c&quot;&gt;&lt;code&gt;9f0cbcf&lt;/code&gt;&lt;/a> bug-fix for recent change in BarlowBeestonLite</li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/0d7963267b717bb9520d78e6e01f1864097f2448&quot;&gt;&lt;code&gt;0d79632&lt;/code&gt;&lt;/a> fix version</li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/a834543f6a535fe206eedd2d95c515a1e4e07ff5&quot;&gt;&lt;code&gt;a834543&lt;/code&gt;&lt;/a> prepare release 2.12.0</li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/4ff4befa384a91cb537b17bb0cc3faa9fbd2abcd&quot;&gt;&lt;code&gt;4ff4bef&lt;/code&gt;&lt;/a> make errordef=1 the default (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/757&quot;&gt;#757&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/638684b5678c35d610f4f773d6263a9ad4ab3a4f&quot;&gt;&lt;code&gt;638684b&lt;/code&gt;&lt;/a> Added bblite cost functor, make chi2 utility functions public, add study to d...</li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/538f1a1aa0a521ad2270e7eab7fdbaca138b8af6&quot;&gt;&lt;code&gt;538f1a1&lt;/code&gt;&lt;/a> Skip tests that use numpy.float128 if it is not available (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/754&quot;&gt;#754&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/a6df7d3e9917749d71d4780f2decb36597ea9343&quot;&gt;&lt;code&gt;a6df7d3&lt;/code&gt;&lt;/a> handle common cl values and test api when scipy is missing (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/755&quot;&gt;#755&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/84f42733178cf3b6a8e2a1bb84c3029c08ea4e12&quot;&gt;&lt;code&gt;84f4273&lt;/code&gt;&lt;/a> Minor updates (pybind11 segfault on pypy 3.9, flake8 broken mirror) (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/742&quot;&gt;#742&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/2de550745c5afa9d67bbbc93803612fe07957fe7&quot;&gt;&lt;code&gt;2de5507&lt;/code&gt;&lt;/a> Remove used config for black notebook formatting (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/743&quot;&gt;#743&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/scikit-hep/iminuit/commit/9884b3ffc019730fdee673e4eec1ed6489dfb31d&quot;&gt;&lt;code&gt;9884b3f&lt;/code&gt;&lt;/a> External pybind11 option (such as in conda-forge) (<a href="https://github-redirect.dependabot.com/scikit-hep/iminuit/issues/751&quot;&gt;#751&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/scikit-hep/iminuit/compare/v2.11.2...v2.12.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [iminuit](https://github.com/scikit-hep/iminuit) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/scikit-hep/iminuit/releases)
- [Changelog](https://github.com/scikit-hep/iminuit/blob/develop/doc/changelog.rst)
- [Commits](scikit-hep/iminuit@v2.11.2...v2.12.0)

---
updated-dependencies:
- dependency-name: iminuit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 4, 2022

Superseded by #56.

@dependabot dependabot bot closed this Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/iminuit-2.12.0 branch July 4, 2022 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants